
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, ul, dl, dt, dd, a, i, b, em, strong, img, input {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    color: #5E5E5E;
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    height: 100%;
    width: 100%;
}
html{
    height: 100%;

    /* filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    -webkit-filter: grayscale(100%);*/
}
b, strong, i, em {
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
button{
  outline: none;
}
input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}
textarea, select {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
.clearBoth:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearBoth{
  zoom: 1;
}
.fl-r{
  float: right;
}
.fl-l{
  float: left;
}
.text-c{
  text-align: center;
}
.text-l{
  text-align: left;
}
.text-r{
  text-align: right;
}
.text-b{
  font-weight: bolder;
}
.color-view{
  color: #388cff;
  cursor: pointer;
}
.color-delete{
  color: red;
}
.tip-color{
  color: #ccc;
}
.mab-20{
  margin-bottom: 20px;
}
.mat-20{
  margin-top: 20px;
}
.mar-50{
  margin-right: 50px;
}
.mal-50{
  margin-left: 50px;
}






